|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.picketlink.identity.federation.core.sts.registry.RevokedToken
@Entity public class RevokedToken
RevokedToken
is a simple JPA entity used by the JPABasedRevocationRegistry
to persist the ids of the revoked
security tokens.
Constructor Summary | |
---|---|
RevokedToken()
Default constructor. |
|
RevokedToken(String tokenType,
String tokenId)
Creates an instance of RevokedToken with the specified token type and token id. |
Method Summary | |
---|---|
String |
getTokenId()
Obtains the id of the revoked security token. |
String |
getTokenType()
Obtains the type of the revoked security token. |
void |
setTokenId(String tokenId)
Sets the id of the revoked security token. |
void |
setTokenType(String tokenType)
Sets the type of revoked security token. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RevokedToken()
Default constructor.
public RevokedToken(String tokenType, String tokenId)
Creates an instance of RevokedToken
with the specified token type and token id.
tokenType
- a String
representing the token type.tokenId
- a String
representing the token id.Method Detail |
---|
public String getTokenType()
Obtains the type of the revoked security token.
String
containing the revoked token type.public void setTokenType(String tokenType)
Sets the type of revoked security token.
tokenType
- a String
containing the type to be set.public String getTokenId()
Obtains the id of the revoked security token.
String
containing the revoked token id.public void setTokenId(String tokenId)
Sets the id of the revoked security token.
tokenId
- a String
containing the id to be set.
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |