public interface ServiceInformation extends Serializable
修飾子とタイプ | メソッドと説明 |
---|---|
AuthenticationMethodInformation |
getAuthenticationMethod()
Gets the authentication method used to log into the service.
|
String |
getEntityID()
Gets the unique identifier for the service.
|
org.joda.time.DateTime |
getLoginInstant()
Gets the time the user logged in to the service.
|
String |
getNameIdentifier()
Gets the principal name identifier for the service.
|
String |
getNameIdentifierFormat()
Gets the principal name identifier format.
|
String |
getNameQualifier()
Gets the name qualifier for the name identifier.
|
String |
getSPNameQualifier()
Gets the SP name qualifier for the name identifier.
|
String getEntityID()
org.joda.time.DateTime getLoginInstant()
AuthenticationMethodInformation getAuthenticationMethod()
String getNameIdentifier()
String getNameIdentifierFormat()
String getNameQualifier()
String getSPNameQualifier()
Copyright © 2012. All Rights Reserved.