Class PiranhaPrincipalMapper

java.lang.Object
cloud.piranha.security.exousia.PiranhaPrincipalMapper
All Implemented Interfaces:
org.omnifaces.exousia.spi.PrincipalMapper

public class PiranhaPrincipalMapper
extends java.lang.Object
implements org.omnifaces.exousia.spi.PrincipalMapper
Author:
Arjan Tijms
  • Constructor Summary

    Constructors 
    Constructor Description
    PiranhaPrincipalMapper()  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<java.lang.String> getMappedRoles​(java.lang.Iterable<java.security.Principal> principals, javax.security.auth.Subject subject)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.omnifaces.exousia.spi.PrincipalMapper

    getMappedRoles, isAnyAuthenticatedUserRoleMapped
  • Constructor Details

  • Method Details

    • getMappedRoles

      public java.util.List<java.lang.String> getMappedRoles​(java.lang.Iterable<java.security.Principal> principals, javax.security.auth.Subject subject)
      Specified by:
      getMappedRoles in interface org.omnifaces.exousia.spi.PrincipalMapper