Package io.jans.as.server.model.ldap
Class TokenAttributes
- java.lang.Object
-
- io.jans.as.server.model.ldap.TokenAttributes
-
- All Implemented Interfaces:
Serializable
public class TokenAttributes extends Object implements Serializable
- Author:
- Yuriy Zabrovarnyy
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TokenAttributes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>
getAttributes()
String
getX5cs256()
boolean
isOnlineAccess()
void
setAttributes(Map<String,String> attributes)
void
setOnlineAccess(boolean onlineAccess)
void
setX5cs256(String x5cs256)
String
toString()
-