public final class AttributeContext extends Object
Constructor and Description |
---|
AttributeContext(UserProfileContext context,
KeycloakSession session,
Map.Entry<String,List<String>> attribute,
UserModel user,
AttributeMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
Map.Entry<String,List<String>> |
getAttribute() |
UserProfileContext |
getContext() |
AttributeMetadata |
getMetadata() |
KeycloakSession |
getSession() |
UserModel |
getUser() |
public AttributeContext(UserProfileContext context, KeycloakSession session, Map.Entry<String,List<String>> attribute, UserModel user, AttributeMetadata metadata)
public KeycloakSession getSession()
public UserModel getUser()
public UserProfileContext getContext()
public AttributeMetadata getMetadata()
Copyright © 2021 JBoss by Red Hat. All rights reserved.