|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object issrg.simplePERMIS.SimplePERMISToken
public class SimplePERMISToken
This class represents a simple token that is most useful for tests.
Constructor Summary | |
---|---|
SimplePERMISToken(java.security.Principal holder,
java.security.Principal issuer,
java.lang.String type,
java.lang.String value)
Constructor of the SimplePERMISToken. |
|
SimplePERMISToken(java.lang.String holderName,
java.lang.String issuer,
java.lang.String type,
java.lang.String value)
Constructor of the SimplePERMISToken. |
Method Summary | |
---|---|
java.lang.String |
getAttributeType()
This method retrieves the type of the attribute |
java.lang.String |
getAttributeValue()
This method retrieves the value of the attribute |
Entry |
getHolderEntry()
This method retrieves the holder entry |
TokenLocator |
getIssuerTokenLocator()
This method retrieves the Issuer Entry. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimplePERMISToken(java.security.Principal holder, java.security.Principal issuer, java.lang.String type, java.lang.String value)
holder
- The holder of the attributeissuer
- The issuer of the attributetype
- The type of the attributevalue
- The value of the attributepublic SimplePERMISToken(java.lang.String holderName, java.lang.String issuer, java.lang.String type, java.lang.String value)
holderName
- The holder of the attributeissuer
- The issuer of the attributetype
- The type of the attributevalue
- The value of the attributeMethod Detail |
---|
public Entry getHolderEntry()
public TokenLocator getIssuerTokenLocator()
public java.lang.String getAttributeType()
public java.lang.String getAttributeValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |