|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TrustSPMetadata
This interface captures metadata of a service provider.
Method Summary | |
---|---|
java.lang.String |
getCertAlias()
Gets the alias for the certificate of the service provider. |
java.lang.String |
getKeyType()
Gets the key type for the service provider. |
java.util.Map<java.lang.String,java.lang.Object> |
getOtherOptions()
Gets a map that contains attributes that aren't bound to any typed property on this class. |
java.lang.String |
getTokenType()
Gets the token type for the service provider. |
Method Detail |
---|
java.lang.String getCertAlias()
java.lang.String getTokenType()
java.lang.String getKeyType()
java.util.Map<java.lang.String,java.lang.Object> getOtherOptions()
the map is keyed by the name of the attribute and the value is any object. the map returned by this method is live, and you can add new attribute by updating the map directly.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |