R - the Realm type concernedpublic interface PrincipalCustomizer<R extends Realm>
| Modifier and Type | Method and Description | 
|---|---|
| Collection<PrincipalProvider<?>> | principalsToAdd(PrincipalProvider<?> identity,
               Collection<PrincipalProvider<?>> realmPrincipals)Specifies the principals to add to the ones given by the realm. | 
| Class<R> | supportedRealm()Specifies the realm class to apply | 
Class<R> supportedRealm()
Collection<PrincipalProvider<?>> principalsToAdd(PrincipalProvider<?> identity, Collection<PrincipalProvider<?>> realmPrincipals)
identity - the identity principal.realmPrincipals - the principals already given by the realm. Read onlyCopyright © 2013-2018–2019 SeedStack. All rights reserved.