Package io.undertow.servlet.api
Class SecurityRoleRef
- java.lang.Object
-
- io.undertow.servlet.api.SecurityRoleRef
-
public class SecurityRoleRef extends java.lang.Object
- Author:
- Stuart Douglas
-
-
Constructor Summary
Constructors Constructor Description SecurityRoleRef(java.lang.String role, java.lang.String linkedRole)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getLinkedRole()
java.lang.String
getRole()
-