summaryrefslogtreecommitdiff
path: root/eaaf_core_api/src/main/java/at/gv/egiz/eaaf/core/api/idp/IAuthData.java
diff options
context:
space:
mode:
Diffstat (limited to 'eaaf_core_api/src/main/java/at/gv/egiz/eaaf/core/api/idp/IAuthData.java')
-rw-r--r--eaaf_core_api/src/main/java/at/gv/egiz/eaaf/core/api/idp/IAuthData.java23
1 files changed, 10 insertions, 13 deletions
diff --git a/eaaf_core_api/src/main/java/at/gv/egiz/eaaf/core/api/idp/IAuthData.java b/eaaf_core_api/src/main/java/at/gv/egiz/eaaf/core/api/idp/IAuthData.java
index de18319b..ed2c6316 100644
--- a/eaaf_core_api/src/main/java/at/gv/egiz/eaaf/core/api/idp/IAuthData.java
+++ b/eaaf_core_api/src/main/java/at/gv/egiz/eaaf/core/api/idp/IAuthData.java
@@ -21,6 +21,7 @@ package at.gv.egiz.eaaf.core.api.idp;
import java.util.Date;
import java.util.List;
+
import at.gv.egiz.eaaf.core.api.idp.auth.data.IIdentityLink;
import at.gv.egiz.eaaf.core.impl.data.Pair;
@@ -35,7 +36,8 @@ public interface IAuthData {
/**
* BaseId transfer policy.
*
- * @return true if baseID transfer to service provider is allowed, otherwise false
+ * @return true if baseID transfer to service provider is allowed, otherwise
+ * false
*/
boolean isBaseIdTransferRestrication();
@@ -60,7 +62,6 @@ public interface IAuthData {
*/
String getAuthenticationIssueInstantString();
-
/**
* Familyname of the user.
*
@@ -111,7 +112,6 @@ public interface IAuthData {
*/
String getEidasQaaLevel();
-
/**
* Indicates that the user is a foreigner.
*
@@ -126,9 +126,9 @@ public interface IAuthData {
*/
String getCiticenCountryCode();
-
/**
- * Indicate that the authentication was done by using an active single sign-on session.
+ * Indicate that the authentication was done by using an active single sign-on
+ * session.
*
* @return true if it an SSO session was used, otherwise false
*/
@@ -141,9 +141,9 @@ public interface IAuthData {
*/
Date getSsoSessionValidTo();
-
/**
- * SessionIndex, if it was an reauthentication on a service provider by using the same SSO session.
+ * SessionIndex, if it was an reauthentication on a service provider by using
+ * the same SSO session.
*
* @return
*/
@@ -163,17 +163,15 @@ public interface IAuthData {
*/
String getNameIdFormat();
-
/**
* Get generic information for this authenticated user.
*
- * @param key Identifier for the generic data
+ * @param key Identifier for the generic data
* @param clazz Type of the generic data
* @return return the generic data of specific type, otherwise null
*/
<T> T getGenericData(String key, final Class<T> clazz);
-
/**
* Get bPK of the user.
*
@@ -191,7 +189,6 @@ public interface IAuthData {
@Deprecated
String getBpkType();
-
/**
* Get List of bPK/bPKType tuples for this service provider.
*
@@ -209,14 +206,14 @@ public interface IAuthData {
String getIdentificationValue();
/**
- * Get type identifier of the baseId By default, this type is urn:publicid:gv.at:baseid.
+ * Get type identifier of the baseId By default, this type is
+ * urn:publicid:gv.at:baseid.
*
* @return
*/
@Deprecated
String getIdentificationType();
-
/**
* Get the identityLink for the authenticated user.
*