public interface RealmsManagement
| Modifier and Type | Method and Description |
|---|---|
void |
addRealm(pl.edu.icm.unity.types.authn.AuthenticationRealm realm)
Creates a new realm
|
pl.edu.icm.unity.types.authn.AuthenticationRealm |
getRealm(String name)
Returns a realm by name
|
Collection<pl.edu.icm.unity.types.authn.AuthenticationRealm> |
getRealms()
Returns all defined realms
|
void |
removeRealm(String name)
Remove realm
|
void |
updateRealm(pl.edu.icm.unity.types.authn.AuthenticationRealm realm)
Update realm
|
void addRealm(pl.edu.icm.unity.types.authn.AuthenticationRealm realm)
throws pl.edu.icm.unity.exceptions.EngineException
realm - pl.edu.icm.unity.exceptions.EngineExceptionpl.edu.icm.unity.types.authn.AuthenticationRealm getRealm(String name) throws pl.edu.icm.unity.exceptions.WrongArgumentException, pl.edu.icm.unity.exceptions.EngineException
name - pl.edu.icm.unity.exceptions.WrongArgumentExceptionpl.edu.icm.unity.exceptions.EngineExceptionCollection<pl.edu.icm.unity.types.authn.AuthenticationRealm> getRealms() throws pl.edu.icm.unity.exceptions.EngineException
pl.edu.icm.unity.exceptions.EngineExceptionvoid updateRealm(pl.edu.icm.unity.types.authn.AuthenticationRealm realm)
throws pl.edu.icm.unity.exceptions.EngineException
realm - pl.edu.icm.unity.exceptions.EngineExceptionvoid removeRealm(String name) throws pl.edu.icm.unity.exceptions.EngineException
name - pl.edu.icm.unity.exceptions.EngineExceptionCopyright © 2018 Unity. All rights reserved.