Package org.keycloak.userprofile
Class AttributeContext
- java.lang.Object
-
- org.keycloak.userprofile.AttributeContext
-
public final class AttributeContext extends Object
- Author:
- Pedro Igor
-
-
Constructor Summary
Constructors Constructor Description AttributeContext(UserProfileContext context, KeycloakSession session, Map.Entry<String,List<String>> attribute, UserModel user, AttributeMetadata metadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map.Entry<String,List<String>>
getAttribute()
UserProfileContext
getContext()
AttributeMetadata
getMetadata()
KeycloakSession
getSession()
UserModel
getUser()
-
-
-
Constructor Detail
-
AttributeContext
public AttributeContext(UserProfileContext context, KeycloakSession session, Map.Entry<String,List<String>> attribute, UserModel user, AttributeMetadata metadata)
-
-
Method Detail
-
getSession
public KeycloakSession getSession()
-
getUser
public UserModel getUser()
-
getContext
public UserProfileContext getContext()
-
getMetadata
public AttributeMetadata getMetadata()
-
-