Searched defs:assignRole (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMUser.java127 public void assignRole(AMRole role) throws AMException, SSOException; method in interface:AMUser
141 public void assignRole(String roleDN) throws AMException, SSOException; method in interface:AMUser
H A DAMUserImpl.java214 public void assignRole(AMRole role) throws AMException, SSOException { method in class:AMUserImpl
215 assignRole(role.getDN());
224 public void assignRole(String roleDN) throws AMException, SSOException { method in class:AMUserImpl
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMUser.java127 public void assignRole(AMRole role) throws AMException, SSOException; method in interface:AMUser
141 public void assignRole(String roleDN) throws AMException, SSOException; method in interface:AMUser
H A DAMUserImpl.java214 public void assignRole(AMRole role) throws AMException, SSOException { method in class:AMUserImpl
215 assignRole(role.getDN());
224 public void assignRole(String roleDN) throws AMException, SSOException { method in class:AMUserImpl

Completed in 46 milliseconds