Interface Authentication
-
- All Superinterfaces:
ModelEntity,Serializable
- All Known Implementing Classes:
KeystoneAuth
public interface Authentication extends ModelEntity
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceAuthentication.Identitystatic interfaceAuthentication.Scope
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Authentication.IdentitygetIdentity()Authentication.ScopegetScope()
-
-
-
Method Detail
-
getIdentity
Authentication.Identity getIdentity()
-
getScope
Authentication.Scope getScope()
-
-