Class KeycloakRoleDecoder

java.lang.Object
org.infinispan.server.security.KeycloakRoleDecoder
All Implemented Interfaces:
org.wildfly.security.authz.RoleDecoder

public class KeycloakRoleDecoder extends Object implements org.wildfly.security.authz.RoleDecoder
  • Field Summary

    Fields inherited from interface org.wildfly.security.authz.RoleDecoder

    DEFAULT, EMPTY, KEY_ROLES, KEY_SOURCE_ADDRESS
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.wildfly.security.authz.Roles
    decodeRoles(org.wildfly.security.authz.AuthorizationIdentity identity)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • KeycloakRoleDecoder

      public KeycloakRoleDecoder()
  • Method Details

    • decodeRoles

      public org.wildfly.security.authz.Roles decodeRoles(org.wildfly.security.authz.AuthorizationIdentity identity)
      Specified by:
      decodeRoles in interface org.wildfly.security.authz.RoleDecoder