Package org.keycloak.userprofile
Class AttributeContext
- java.lang.Object
- 
- org.keycloak.userprofile.AttributeContext
 
- 
 public final class AttributeContext extends Object - Author:
- Pedro Igor
 
- 
- 
Constructor SummaryConstructors Constructor Description AttributeContext(UserProfileContext context, KeycloakSession session, Map.Entry<String,List<String>> attribute, UserModel user, AttributeMetadata metadata)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Map.Entry<String,List<String>>getAttribute()UserProfileContextgetContext()AttributeMetadatagetMetadata()KeycloakSessiongetSession()UserModelgetUser()
 
- 
- 
- 
Constructor Detail- 
AttributeContextpublic AttributeContext(UserProfileContext context, KeycloakSession session, Map.Entry<String,List<String>> attribute, UserModel user, AttributeMetadata metadata) 
 
- 
 - 
Method Detail- 
getSessionpublic KeycloakSession getSession() 
 - 
getUserpublic UserModel getUser() 
 - 
getContextpublic UserProfileContext getContext() 
 - 
getMetadatapublic AttributeMetadata getMetadata() 
 
- 
 
-