@SpringBootTest(classes=SecurityConfiguration.class, webEnvironment=MOCK) public class AuthorizeFaceletsTagIT extends JsfIT
AuthorizeFaceletsTag.| Constructor and Description |
|---|
AuthorizeFaceletsTagIT() |
| Modifier and Type | Method and Description |
|---|---|
void |
testIfAllAnyNotGranted() |
void |
testIfAllGrantedEmpty() |
void |
testIfAllGrantedTwoRoles() |
void |
testIfAllGrantedWithMultipleRoles() |
void |
testIfAnyGrantedEmpty() |
void |
testIfAnyGrantedWithMultipleRole() |
void |
testIfAnyGrantedWithOneRole() |
void |
testIfNoneGrantedWithMultipleRole() |
void |
testIfNoneGrantedWithOneRole() |
void |
testIfNotGrantedEmpty() |
public void testIfAllGrantedEmpty()
public void testIfAnyGrantedEmpty()
public void testIfNotGrantedEmpty()
public void testIfAllGrantedTwoRoles()
public void testIfAllGrantedWithMultipleRoles()
public void testIfAnyGrantedWithOneRole()
public void testIfAnyGrantedWithMultipleRole()
public void testIfNoneGrantedWithOneRole()
public void testIfNoneGrantedWithMultipleRole()
public void testIfAllAnyNotGranted()
Copyright © 2016 JoinFaces. All rights reserved.