public interface SecurityToken
Interface that represents a security token.
Modifier and Type | Method and Description |
---|---|
String |
getTokenID()
Obtains the security token unique identifier.
|
String |
getTokenType()
Obtains the type of the security token.
|
Object |
getTokenValue()
Obtains the value of the security token.
|
String getTokenID()
Obtains the security token unique identifier.
String
representing the token id.String getTokenType()
Obtains the type of the security token.
String
representing the security token type.Object getTokenValue()
Obtains the value of the security token.
Object
representing the security token value.Copyright © 2017 JBoss by Red Hat. All rights reserved.