|
Message Security Layer (MSL) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuthenticationUtils
Authentication utility functions.
Method Summary | |
---|---|
boolean |
isEntityRevoked(String identity)
Returns true if the entity identity has been revoked. |
boolean |
isSchemePermitted(String identity,
EntityAuthenticationScheme scheme)
Returns true if the identified entity is permitted to use the specified entity authentication scheme. |
boolean |
isSchemePermitted(String identity,
KeyExchangeScheme scheme)
Returns true if the identified entity is permitted to use the specified key exchange scheme. |
boolean |
isSchemePermitted(String identity,
UserAuthenticationScheme scheme)
Returns true if the identified entity is permitted to use the specified user authentication scheme. |
Method Detail |
---|
boolean isEntityRevoked(String identity)
identity
- the entity identity.
boolean isSchemePermitted(String identity, EntityAuthenticationScheme scheme)
identity
- the entity identity.scheme
- the entity authentication scheme.
boolean isSchemePermitted(String identity, UserAuthenticationScheme scheme)
identity
- the entity identity.scheme
- the user authentication scheme.
boolean isSchemePermitted(String identity, KeyExchangeScheme scheme)
identity
- the entity identity.scheme
- the key exchange scheme.
|
Message Security Layer (MSL) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |